Vcenter Vm Guest Filesystem Files PosixFileAttributesUpdateSpec

Vcenter Vm Guest Filesystem Files PosixFileAttributesUpdateSpec
Vcenter Vm Guest Filesystem Files PosixFileAttributesUpdateSpec

The Vcenter Vm Guest Filesystem Files PosixFileAttributesUpdateSpec schema describes attributes that can be changed for a Posix file.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "owner_id": 0,
    "group_id": 0,
    "permissions": "string"
}
integer As int64 As int64
owner_id
Optional

The owner ID.

This property was added in vSphere API 7.0.2.0.

If missing or null the value will not be changed.

integer As int64 As int64
group_id
Optional

The group ID.

This property was added in vSphere API 7.0.2.0.

If missing or null the value will not be changed.

string
permissions
Optional

The file permissions in chmod(2) format. This property is interpreted as octal.

This property was added in vSphere API 7.0.2.0.

If missing or null the value will not be changed.